Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2025

Bumps calibreapp/image-actions from 1.1.0 to 1.4.1.

Release notes

Sourced from calibreapp/image-actions's releases.

1.4.1

In this release:

  • Reduced PNG quality setting back to 80 (#353)
  • Simplified install configuration (#350)
  • Update dependencies

New Contributors

Full Changelog: calibreapp/image-actions@1.4.0...1.4.1

1.4.0: AVIF

In this release:

  • Process & compress AVIF images

[!NOTE] Add avif extension to the paths stanza in your actions configuration yml:

on:
  pull_request:
    paths:
      - '**.jpg'
      - '**.jpeg'
      - '**.png'
      - '**.webp'
      - '**.avif'

If you have AVIF images in your repository, they will be processed by image-actions.

1.3.0

In this release:

✨ Only optimise new or changed images (#339)

  • When your PR adds or updates images, image-actions will run on them
  • When run manually, scheduled, or in the event of an error all images will be processed (uses pre 1.3.0 behavior)

[!IMPORTANT]
When updating from versions prior to 1.2.0, please update configuration:

      - name: Compress Images
        uses: calibreapp/image-actions@main
        with:
          # The `GITHUB_TOKEN` is automatically generated by GitHub and scoped only to the repository that is currently running the action. By default, the action can’t update Pull Requests initiated from forked repositories.
</tr></table> 

... (truncated)

Commits
  • f325757 Merge pull request #353 from calibreapp/png-default-compress
  • f7102d1 Merge branch 'main' into png-default-compress
  • 0ac690f Alter PNG quality to 80
  • 0ba98f1 Merge pull request #352 from calibreapp/dependabot/npm_and_yarn/vite-7.1.5
  • 9f1d9b3 Bump vite from 7.1.3 to 7.1.5
  • 105a5b2 Merge pull request #350 from karlhorky/patch-1
  • f4c4f1d Remove deprecated sharp types (packaged in sharp now)
  • 7165cff Remove GITHUB_TOKEN from readme examples
  • 76ede09 Merge pull request #348 from calibreapp/node-lts
  • ff9b97e Use Node LTS
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [calibreapp/image-actions](https://github.com/calibreapp/image-actions) from 1.1.0 to 1.4.1.
- [Release notes](https://github.com/calibreapp/image-actions/releases)
- [Commits](calibreapp/image-actions@737ceea...f325757)

---
updated-dependencies:
- dependency-name: calibreapp/image-actions
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Sep 12, 2025
@boosted-bot boosted-bot moved this from In Progress / Draft to Need Dev Review in 🟣 [Orange-Boosted-Bootstrap] PRs Board Sep 12, 2025
@netlify
Copy link

netlify bot commented Sep 12, 2025

Deploy Preview for boosted ready!

Name Link
🔨 Latest commit e02380f
🔍 Latest deploy log https://app.netlify.com/projects/boosted/deploys/68c39b05ea79b5000885af36
😎 Deploy Preview https://deploy-preview-3115--boosted.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@vprothais
Copy link
Collaborator

Will be updated with Bootstrap's commits

@vprothais vprothais closed this Sep 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 19, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/calibreapp/image-actions-1.4.1 branch September 19, 2025 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

Development

Successfully merging this pull request may close these issues.

1 participant